home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / frame_10 / PlaceObject2_508_538 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Encoding:
Text File  |  2005-08-26  |  323 b   |  21 lines

  1. onClipEvent(load){
  2.    if(_name != "shipWARP2")
  3.    {
  4.       life = 2000;
  5.       _Y = -20;
  6.       _X = 275;
  7.       _rotation = 180;
  8.       speed = 7;
  9.       accel = 0.2;
  10.       ac = 1;
  11.       rspeed = 0.6;
  12.       timer = 0;
  13.       began = 0;
  14.       rad = _width / 2;
  15.    }
  16.    else
  17.    {
  18.       _visible = false;
  19.    }
  20. }
  21.